home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-07 | 1.4 KB | 50 lines |
- #-------------------------------------------------------------------
- #
- # ioG.ini --- This file is used by "installer.nsi", the NSIS script
- # used to create the Windows installer for POPFile.
- # This file defines the layout of the custom page
- # used for messages.
- #
- # Copyright (c) 2001-2003 John Graham-Cumming
- #
- # This file is part of POPFile
- #
- # POPFile is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- # POPFile is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with POPFile; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #
- #-------------------------------------------------------------------
-
- [Settings]
- NumFields=2
-
- [Field 1]
- Type=label
- Text=
- Left=0
- Right=300
- Top=0
- Bottom=80
-
- [Field 2]
- Type=label
- Text=
- Left=0
- Right=300
- Top=83
- Bottom=139
-
- #--------------------
- # End of ioG.ini
- #--------------------
-